Tegra: T210: Add QSPI driver
authorTom Warren <[email protected]>
Mon, 12 Oct 2015 21:50:54 +0000 (14:50 -0700)
committerTom Warren <[email protected]>
Thu, 12 Nov 2015 16:21:07 +0000 (09:21 -0700)
commit4e675ff2442a8856587f800aa49c28321ca5d6d6
tree35db12faecd73561a6fb8c0c51dd3093fa5ea151
parenteca676bd673f7737d1e85391d846f014d9c197da
Tegra: T210: Add QSPI driver

This is the normal Tegra SPI driver modified to work with the
QSPI controller in Tegra210. It does not do 2x/4x transfers
or any other QSPI protocol.

Signed-off-by: Yen Lin <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/tegra210_qspi.c [new file with mode: 0644]